资源类型

期刊论文 586

会议视频 16

年份

2024 1

2023 67

2022 68

2021 59

2020 66

2019 42

2018 36

2017 36

2016 20

2015 28

2014 14

2013 14

2012 14

2011 7

2010 5

2009 7

2008 16

2007 17

2006 10

2005 16

展开 ︾

关键词

神经网络 26

人工智能 10

人工神经网络 7

优化 5

深度学习 5

BP神经网络 4

智能制造 4

仿真 3

BP算法 2

RBF神经网络 2

微波遥感 2

控制 2

机器学习 2

模式识别 2

模糊 2

模糊神经网络 2

深度神经网络 2

算法 2

系统 2

展开 ︾

检索范围:

排序: 展示方式:

Detecting large-scale underwater cracks based on remote operated vehicle and graph convolutional neuralnetwork

Wenxuan CAO; Junjie LI

《结构与土木工程前沿(英文)》 2022年 第16卷 第11期   页码 1378-1396 doi: 10.1007/s11709-022-0855-8

摘要: It is of great significance to quickly detect underwater cracks as they can seriously threaten the safety of underwater structures. Research to date has mainly focused on the detection of above-water-level cracks and hasn’t considered the large scale cracks. In this paper, a large-scale underwater crack examination method is proposed based on image stitching and segmentation. In addition, a purpose of this paper is to design a new convolution method to segment underwater images. An improved As-Projective-As-Possible (APAP) algorithm was designed to extract and stitch keyframes from videos. The graph convolutional neural network (GCN) was used to segment the stitched image. The GCN’s m-IOU is 24.02% higher than Fully convolutional networks (FCN), proving that GCN has great potential of application in image segmentation and underwater image processing. The result shows that the improved APAP algorithm and GCN can adapt to complex underwater environments and perform well in different study areas.

关键词: underwater cracks     remote operated vehicle     image stitching     image segmentation     graph convolutional neural network    

A multi-sensor relation model for recognizing and localizing faults of machines based on network analysis

《机械工程前沿(英文)》 2023年 第18卷 第2期 doi: 10.1007/s11465-022-0736-9

摘要: Recently, advanced sensing techniques ensure a large number of multivariate sensing data for intelligent fault diagnosis of machines. Given the advantage of obtaining accurate diagnosis results, multi-sensor fusion has long been studied in the fault diagnosis field. However, existing studies suffer from two weaknesses. First, the relations of multiple sensors are either neglected or calculated only to improve the diagnostic accuracy of fault types. Second, the localization for multi-source faults is seldom investigated, although locating the anomaly variable over multivariate sensing data for certain types of faults is desirable. This article attempts to overcome the above weaknesses by proposing a global method to recognize fault types and localize fault sources with the help of multi-sensor relations (MSRs). First, an MSR model is developed to learn MSRs automatically and further obtain fault recognition results. Second, centrality measures are employed to analyze the MSR graphs learned by the MSR model, and fault sources are therefore determined. The proposed method is demonstrated by experiments on an induction motor and a centrifugal pump. Results show the proposed method’s validity in diagnosing fault types and sources.

关键词: fault recognition     fault localization     multi-sensor relations     network analysis     graph neural network    

Classifying multiclass relationships between ASes using graph convolutional network

《工程管理前沿(英文)》   页码 653-667 doi: 10.1007/s42524-022-0217-1

摘要: Precisely understanding the business relationships between autonomous systems (ASes) is essential for studying the Internet structure. To date, many inference algorithms, which mainly focus on peer-to-peer (P2P) and provider-to-customer (P2C) binary classification, have been proposed to classify the AS relationships and have achieved excellent results. However, business-based sibling relationships and structure-based exchange relationships have become an increasingly nonnegligible part of the Internet market in recent years. Existing algorithms are often difficult to infer due to the high similarity of these relationships to P2P or P2C relationships. In this study, we focus on multiclassification of AS relationship for the first time. We first summarize the differences between AS relationships under the structural and attribute features, and the reasons why multiclass relationships are difficult to be inferred. We then introduce new features and propose a graph convolutional network (GCN) framework, AS-GCN, to solve this multiclassification problem under complex scenes. The proposed framework considers the global network structure and local link features concurrently. Experiments on real Internet topological data validate the effectiveness of our method, that is, AS-GCN. The proposed method achieves comparable results on the binary classification task and outperforms a series of baselines on the more difficult multiclassification task, with an overall metrics above 95%.

关键词: autonomous system     multiclass relationship     graph convolutional network     classification algorithm     Internet topology    

Multiscale computation on feedforward neural network and recurrent neural network

Bin LI, Xiaoying ZHUANG

《结构与土木工程前沿(英文)》 2020年 第14卷 第6期   页码 1285-1298 doi: 10.1007/s11709-020-0691-7

摘要: Homogenization methods can be used to predict the effective macroscopic properties of materials that are heterogenous at micro- or fine-scale. Among existing methods for homogenization, computational homogenization is widely used in multiscale analyses of structures and materials. Conventional computational homogenization suffers from long computing times, which substantially limits its application in analyzing engineering problems. The neural networks can be used to construct fully decoupled approaches in nonlinear multiscale methods by mapping macroscopic loading and microscopic response. Computational homogenization methods for nonlinear material and implementation of offline multiscale computation are studied to generate data set. This article intends to model the multiscale constitution using feedforward neural network (FNN) and recurrent neural network (RNN), and appropriate set of loading paths are selected to effectively predict the materials behavior along unknown paths. Applications to two-dimensional multiscale analysis are tested and discussed in detail.

关键词: multiscale method     constitutive model     feedforward neural network     recurrent neural network    

A new automatic convolutional neural network based on deep reinforcement learning for fault diagnosis

《机械工程前沿(英文)》 2022年 第17卷 第2期 doi: 10.1007/s11465-022-0673-7

摘要: Convolutional neural network (CNN) has achieved remarkable applications in fault diagnosis. However, the tuning aiming at obtaining the well-trained CNN model is mainly manual search. Tuning requires considerable experiences on the knowledge on CNN training and fault diagnosis, and is always time consuming and labor intensive, making the automatic hyper parameter optimization (HPO) of CNN models essential. To solve this problem, this paper proposes a novel automatic CNN (ACNN) for fault diagnosis, which can automatically tune its three key hyper parameters, namely, learning rate, batch size, and L2-regulation. First, a new deep reinforcement learning (DRL) is developed, and it constructs an agent aiming at controlling these three hyper parameters along with the training of CNN models online. Second, a new structure of DRL is designed by combining deep deterministic policy gradient and long short-term memory, which takes the training loss of CNN models as its input and can output the adjustment on these three hyper parameters. Third, a new training method for ACNN is designed to enhance its stability. Two famous bearing datasets are selected to evaluate the performance of ACNN. It is compared with four commonly used HPO methods, namely, random search, Bayesian optimization, tree Parzen estimator, and sequential model-based algorithm configuration. ACNN is also compared with other published machine learning (ML) and deep learning (DL) methods. The results show that ACNN outperforms these HPO and ML/DL methods, validating its potential in fault diagnosis.

关键词: deep reinforcement learning     hyper parameter optimization     convolutional neural network     fault diagnosis    

Novel interpretable mechanism of neural networks based on network decoupling method

《工程管理前沿(英文)》 2021年 第8卷 第4期   页码 572-581 doi: 10.1007/s42524-021-0169-x

摘要: The lack of interpretability of the neural network algorithm has become the bottleneck of its wide application. We propose a general mathematical framework, which couples the complex structure of the system with the nonlinear activation function to explore the decoupled dimension reduction method of high-dimensional system and reveal the calculation mechanism of the neural network. We apply our framework to some network models and a real system of the whole neuron map of Caenorhabditis elegans. Result shows that a simple linear mapping relationship exists between network structure and network behavior in the neural network with high-dimensional and nonlinear characteristics. Our simulation and theoretical results fully demonstrate this interesting phenomenon. Our new interpretation mechanism provides not only the potential mathematical calculation principle of neural network but also an effective way to accurately match and predict human brain or animal activities, which can further expand and enrich the interpretable mechanism of artificial neural network in the future.

关键词: neural networks     interpretability     dynamical behavior     network decouple    

Deep convolutional neural network for multi-level non-invasive tunnel lining assessment

《结构与土木工程前沿(英文)》 2022年 第16卷 第2期   页码 214-223 doi: 10.1007/s11709-021-0800-2

摘要: In recent years, great attention has focused on the development of automated procedures for infrastructures control. Many efforts have aimed at greater speed and reliability compared to traditional methods of assessing structural conditions. The paper proposes a multi-level strategy, designed and implemented on the basis of periodic structural monitoring oriented to a cost- and time-efficient tunnel control plan. Such strategy leverages the high capacity of convolutional neural networks to identify and classify potential critical situations. In a supervised learning framework, Ground Penetrating Radar (GPR) profiles and the revealed structural phenomena have been used as input and output to train and test such networks. Image-based analysis and integrative investigations involving video-endoscopy, core drilling, jacking and pull-out testing have been exploited to define the structural conditions linked to GPR profiles and to create the database. The degree of detail and accuracy achieved in identifying a structural condition is high. As a result, this strategy appears of value to infrastructure managers who need to reduce the amount and invasiveness of testing, and thus also to reduce the time and costs associated with inspections made by highly specialized technicians.

关键词: concrete structure     GPR     damage classification     convolutional neural network     transfer learning    

The Group Interaction Field for Learning and Explaining Pedestrian Anticipation

Xueyang Wang,Xuecheng Chen,Puhua Jiang,Haozhe Lin,Xiaoyun Yuan,Mengqi Ji,Yuchen Guo,Ruqi Huang,Lu Fang,

《工程(英文)》 doi: 10.1016/j.eng.2023.05.020

摘要: Anticipating others’ actions is innate and essential in order for humans to navigate and interact well with others in dense crowds. This ability is urgently required for unmanned systems such as service robots and self-driving cars. However, existing solutions struggle to predict pedestrian anticipation accurately, because the influence of group-related social behaviors has not been well considered. While group relationships and group interactions are ubiquitous and significantly influence pedestrian anticipation, their influence is diverse and subtle, making it difficult to explicitly quantify. Here, we propose the group interaction field (GIF), a novel group-aware representation that quantifies pedestrian anticipation into a probability field of pedestrians’ future locations and attention orientations. An end-to-end neural network, GIFNet, is tailored to estimate the GIF from explicit multidimensional observations. GIFNet quantifies the influence of group behaviors by formulating a group interaction graph with propagation and graph attention that is adaptive to the group size and dynamic interaction states. The experimental results show that the GIF effectively represents the change in pedestrians’ anticipation under the prominent impact of group behaviors and accurately predicts pedestrians’ future states. Moreover, the GIF contributes to explaining various predictions of pedestrians’ behavior in different social states. The proposed GIF will eventually be able to allow unmanned systems to work in a human-like manner and comply with social norms, thereby promoting harmonious human–machine relationships.

关键词: Human behavior modeling and prediction     Implicit representation of pedestrian anticipation     Group interaction     Graph neural network    

Online recognition of drainage type based on UV-vis spectra and derivative neural network algorithm

《环境科学与工程前沿(英文)》 2021年 第15卷 第6期 doi: 10.1007/s11783-021-1430-6

摘要:

• UV-vis absorption analyzer was applied in drainage type online recognition.

关键词: Drainage online recognition     UV-vis spectra     Derivative spectrum     Convolutional neural network    

A neural network-based production process modeling and variable importance analysis approach in corn

《化学科学与工程前沿(英文)》 2023年 第17卷 第3期   页码 358-371 doi: 10.1007/s11705-022-2190-y

摘要: Corn to sugar process has long faced the risks of high energy consumption and thin profits. However, it’s hard to upgrade or optimize the process based on mechanism unit operation models due to the high complexity of the related processes. Big data technology provides a promising solution as its ability to turn huge amounts of data into insights for operational decisions. In this paper, a neural network-based production process modeling and variable importance analysis approach is proposed for corn to sugar processes, which contains data preprocessing, dimensionality reduction, multilayer perceptron/convolutional neural network/recurrent neural network based modeling and extended weights connection method. In the established model, dextrose equivalent value is selected as the output, and 654 sites from the DCS system are selected as the inputs. LASSO analysis is first applied to reduce the data dimension to 155, then the inputs are dimensionalized to 50 by means of genetic algorithm optimization. Ultimately, variable importance analysis is carried out by the extended weight connection method, and 20 of the most important sites are selected for each neural network. The results indicate that the multilayer perceptron and recurrent neural network models have a relative error of less than 0.1%, which have a better prediction result than other models, and the 20 most important sites selected have better explicable performance. The major contributions derived from this work are of significant aid in process simulation model with high accuracy and process optimization based on the selected most important sites to maintain high quality and stable production for corn to sugar processes.

关键词: big data     corn to sugar factory     neural network     variable importance analysis    

Negative weights in network time model

Zoltán A. VATTAI, Levente MÁLYUSZ

《工程管理前沿(英文)》 2022年 第9卷 第2期   页码 268-280 doi: 10.1007/s42524-020-0109-1

摘要: Time does not go backward. A negative duration, such as “time period” at first sight is difficult to interpret. Previous network techniques (CPM/PERT/PDM) did not support negative parameters and/or loops (potentially necessitating recursive calculations) in the model because of the limited computing and data storage capabilities of early computers. Monsieur Roy and John Fondahl implicitly introduced negative weights into network techniques to represent activities with fixed or estimated durations (MPM/PDM). Subsequently, the introduction of negative lead and/or lag times by software developers (IBM) apparently overcome the limitation of not allowing negative time parameters in time model. Referring to general digraph (Event on Node) representation where activities are represented by pairs of nodes and pairwise relative time restrictions are represented by weighted arrows, we can release most restraints in constructing the graph structure (incorporating the dynamic model of the inner logic of time plan), and a surprisingly flexible and handy network model can be developed that provides all the advantages of the abovementioned techniques. This paper aims to review the theoretical possibilities and technical interpretations (and use) of negative weights in network time models and discuss approximately 20 types of time-based restrictions among the activities of construction projects. We focus on pure relative time models, without considering other restrictions (such as calendar data, time-cost trade-off, resource allocation or other constraints).

关键词: graph technique     network technique     construction management     scheduling    

战略性新兴产业多领域知识融合路径研究——基于引用网络和文本信息的分析

刘宇飞,苗仲桢,黎凌峰,孔德婧

《中国工程科学》 2020年 第22卷 第2期   页码 120-129 doi: 10.15302/J-SSCAE-2020.02.016

摘要:

针对战略性新兴产业开展技术融合过程分析,有助于深入理解产业技术的产生过程和发展规律,从而捕捉领域发展动向、推动产业健康发展。本文针对战略性新兴产业中呈现融合发展趋势且备受社会关注的高端装备制造、新一代信息技术、新医药、新能源4个技术领域进行多案例研究,以期识别出技术融合发展的路径和程度。采用基于引用网络和文本信息的知识融合路径分析方法,使用图神经网络同时将论文的引用网络、标题和摘要信息编码为向量;分析4个技术领域的论文数据,识别出了 5 条技术融合路径。研究结果表明,信息技术与数控设备技术、生物医药与太阳能光伏技术均呈现深度融合的趋势,且前者的融合程度更为深入;数控设备与太阳能光伏技术、信息技术与太阳能光伏技术也呈现融合趋势,但限于发展时间较短而显融合程度较浅;数控设备与生物医药技术领域尚未呈现融合发展的趋势。

关键词: 新兴产业     知识融合     图神经网络     引用网络     主题模型    

Fault diagnosis of axial piston pumps with multi-sensor data and convolutional neural network

《机械工程前沿(英文)》 2022年 第17卷 第3期 doi: 10.1007/s11465-022-0692-4

摘要: Axial piston pumps have wide applications in hydraulic systems for power transmission. Their condition monitoring and fault diagnosis are essential in ensuring the safety and reliability of the entire hydraulic system. Vibration and discharge pressure signals are two common signals used for the fault diagnosis of axial piston pumps because of their sensitivity to pump health conditions. However, most of the previous fault diagnosis methods only used vibration or pressure signal, and literatures related to multi-sensor data fusion for the pump fault diagnosis are limited. This paper presents an end-to-end multi-sensor data fusion method for the fault diagnosis of axial piston pumps. The vibration and pressure signals under different pump health conditions are fused into RGB images and then recognized by a convolutional neural network. Experiments were performed on an axial piston pump to confirm the effectiveness of the proposed method. Results show that the proposed multi-sensor data fusion method greatly improves the fault diagnosis of axial piston pumps in terms of accuracy and robustness and has better diagnostic performance than other existing diagnosis methods.

关键词: axial piston pump     fault diagnosis     convolutional neural network     multi-sensor data fusion    

Machine learning and neural network supported state of health simulation and forecasting model for lithium-ion

《能源前沿(英文)》 doi: 10.1007/s11708-023-0891-7

摘要: As the intersection of disciplines deepens, the field of battery modeling is increasingly employing various artificial intelligence (AI) approaches to improve the efficiency of battery management and enhance the stability and reliability of battery operation. This paper reviews the value of AI methods in lithium-ion battery health management and in particular analyses the application of machine learning (ML), one of the many branches of AI, to lithium-ion battery state of health (SOH), focusing on the advantages and strengths of neural network (NN) methods in ML for lithium-ion battery SOH simulation and prediction. NN is one of the important branches of ML, in which the application of NNs such as backpropagation NN, convolutional NN, and long short-term memory NN in SOH estimation of lithium-ion batteries has received wide attention. Reports so far have shown that the utilization of NN to model the SOH of lithium-ion batteries has the advantages of high efficiency, low energy consumption, high robustness, and scalable models. In the future, NN can make a greater contribution to lithium-ion battery management by, first, utilizing more field data to play a more practical role in health feature screening and model building, and second, by enhancing the intelligent screening and combination of battery parameters to characterize the actual lithium-ion battery SOH to a greater extent. The in-depth application of NN in lithium-ion battery SOH will certainly further enhance the science, reliability, stability, and robustness of lithium-ion battery management.

关键词: machine learning     lithium-ion battery     state of health     neural network     artificial intelligence    

PID neural network control of a membrane structure inflation system

Qiushuang LIU, Xiaoli XU

《机械工程前沿(英文)》 2010年 第5卷 第4期   页码 418-422 doi: 10.1007/s11465-010-0117-7

摘要: Because it is difficult for the traditional PID algorithm for nonlinear time-variant control objects to obtain satisfactory control results, this paper studies a neuron PID controller. The neuron PID controller makes use of neuron self-learning ability, complies with certain optimum indicators, and automatically adjusts the parameters of the PID controller and makes them adapt to changes in the controlled object and the input reference signals. The PID controller is used to control a nonlinear time-variant membrane structure inflation system. Results show that the neural network PID controller can adapt to the changes in system structure parameters and fast track the changes in the input signal with high control precision.

关键词: PID     neural network     membrane structure    

标题 作者 时间 类型 操作

Detecting large-scale underwater cracks based on remote operated vehicle and graph convolutional neuralnetwork

Wenxuan CAO; Junjie LI

期刊论文

A multi-sensor relation model for recognizing and localizing faults of machines based on network analysis

期刊论文

Classifying multiclass relationships between ASes using graph convolutional network

期刊论文

Multiscale computation on feedforward neural network and recurrent neural network

Bin LI, Xiaoying ZHUANG

期刊论文

A new automatic convolutional neural network based on deep reinforcement learning for fault diagnosis

期刊论文

Novel interpretable mechanism of neural networks based on network decoupling method

期刊论文

Deep convolutional neural network for multi-level non-invasive tunnel lining assessment

期刊论文

The Group Interaction Field for Learning and Explaining Pedestrian Anticipation

Xueyang Wang,Xuecheng Chen,Puhua Jiang,Haozhe Lin,Xiaoyun Yuan,Mengqi Ji,Yuchen Guo,Ruqi Huang,Lu Fang,

期刊论文

Online recognition of drainage type based on UV-vis spectra and derivative neural network algorithm

期刊论文

A neural network-based production process modeling and variable importance analysis approach in corn

期刊论文

Negative weights in network time model

Zoltán A. VATTAI, Levente MÁLYUSZ

期刊论文

战略性新兴产业多领域知识融合路径研究——基于引用网络和文本信息的分析

刘宇飞,苗仲桢,黎凌峰,孔德婧

期刊论文

Fault diagnosis of axial piston pumps with multi-sensor data and convolutional neural network

期刊论文

Machine learning and neural network supported state of health simulation and forecasting model for lithium-ion

期刊论文

PID neural network control of a membrane structure inflation system

Qiushuang LIU, Xiaoli XU

期刊论文